ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ScatterMapLayer<T> Class / SymbolMaxSize Property

In This Topic
    SymbolMaxSize Property (ScatterMapLayer<T>)
    In This Topic
    Gets or sets the maximal symbol size for bubble plot.
    Syntax
    'Declaration
     
    Public Property SymbolMaxSize As Integer
    public int SymbolMaxSize {get; set;}
    See Also